home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Sarrus / SBook.app / English.lproj / SBook.nib / data.classes next >
Text File  |  1994-12-14  |  3KB  |  205 lines

  1. SBookApp = {
  2.     SUPERCLASS = Application;
  3. };
  4. SearchController = {
  5.     ACTIONS = {
  6.     findClicked:;
  7.     };
  8.     OUTLETS = {
  9.     findField;
  10.     };
  11.     SUPERCLASS = PanelController;
  12. };
  13. AbstractAppController = {
  14.     ACTIONS = {
  15.     saveAll:;
  16.     autosave:;
  17.     appDidInit:;
  18.     open:;
  19.     openReadOnly:;
  20.     };
  21.     OUTLETS = {
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25. Telephone = {
  26.     SUPERCLASS = Object;
  27. };
  28. FirstResponder = {
  29.     ACTIONS = {
  30.     phoneList:;
  31.     insertTelephoneIcon:;
  32.     makeBulkEmail:;
  33.     close:;
  34.     removeAllIconsFromFile:;
  35.     insertArrowIcon:;
  36.     parseEntireFile:;
  37.     previousEntry:;
  38.     lockUnlockEntry:;
  39.     showLicensePanel:;
  40.     import:;
  41.     lockEntry:;
  42.     insertEmailIcon:;
  43.     nextEntry:;
  44.     firstEmail:;
  45.     mailingLabels:;
  46.     save:;
  47.     insertEnvelopeIcon:;
  48.     reparseEntry:;
  49.     export:;
  50.     findByRange:;
  51.     superFind:;
  52.     makeAddressBook:;
  53.     deleteEntries:;
  54.     editEntry:;
  55.     revertFile:;
  56.     sortNames:;
  57.     manualParse:;
  58.     firstTelephone:;
  59.     saveAs:;
  60.     revertEntry:;
  61.     find:;
  62.     print:;
  63.     firstEnvelope:;
  64.     removeAllIcons:;
  65.     openReadOnly:;
  66.     newEntry:;
  67.     };
  68.     SUPERCLASS = Object;
  69. };
  70. LTLicensePanelOwner = {
  71.     ACTIONS = {
  72.     revertMe:;
  73.     orderFront:;
  74.     registerMe:;
  75.     textDidGetKeys:;
  76.     };
  77.     OUTLETS = {
  78.     nameField;
  79.     theForm;
  80.     registrationField;
  81.     companyField;
  82.     expireField;
  83.     registerButton;
  84.     revertButton;
  85.     statusField;
  86.     };
  87.     SUPERCLASS = PanelController;
  88. };
  89. SBookController = {
  90.     ACTIONS = {
  91.     import:;
  92.     showPrefs:;
  93.     newEnvelopeWindow:;
  94.     dismissSplash:;
  95.     newLogWindow:;
  96.     sendQuickFax:;
  97.     bugsAndSuggestions:;
  98.     newList:;
  99.     deleteName:;
  100.     orderFrontSearchPanel:;
  101.     showInfo:;
  102.     showInspector:;
  103.     };
  104.     OUTLETS = {
  105.     findMenuCell;
  106.     printText;
  107.     spellingMenuCell;
  108.     suggestionPanel;
  109.     fileMenuCell;
  110.     splashPanel;
  111.     fontMenuCell;
  112.     importer;
  113.     saveAllCell;
  114.     infoPanel;
  115.     legalPanel;
  116.     dialer;
  117.     revertEntryCell;
  118.     entryMenuCell;
  119.     every;
  120.     exporter;
  121.     pasteMenuCell;
  122.     toolsMenuCell;
  123.     prefController;
  124.     findByRangeMenuCell;
  125.     bulkEmailer;
  126.     searchPanelController;
  127.     enveloper;
  128.     quickFax;
  129.     slistController;
  130.     newEntryMenuCell;
  131.     inspector;
  132.     editMenuCell;
  133.     mailingLabels;
  134.     cutMenuCell;
  135.     protector;
  136.     addressBook;
  137.     textMenuCell;
  138.     infoVersionCell;
  139.     newLogger;
  140.     unlockModemCell;
  141.     selectAllMenuCell;
  142.     lockEntryCell;
  143.     reportsMenuCell;
  144.     ranger;
  145.     iconsMenuCell;
  146.     checkSpellingMenuCell;
  147.     registrationPanel;
  148.     deleteEntryCell;
  149.     copyMenuCell;
  150.     emailer;
  151.     };
  152.     SUPERCLASS = AbstractAppController;
  153. };
  154. MenuController = {
  155.     OUTLETS = {
  156.     saveAsMenuCell;
  157.     revertToSavedMenuCell;
  158.     reparseEntryCell;
  159.     insertEnvelopeIconCell;
  160.     sendFirstEmailCell;
  161.     saveMenuCell;
  162.     exportMenuCell;
  163.     printFirstEnvelopeCell;
  164.     parseEntireFileCell;
  165.     insertTelephoneIconCell;
  166.     removeAllIconsCell;
  167.     closeCell;
  168.     mailingLabelsCell;
  169.     dialFirstPhoneCell;
  170.     insertEmailIconCell;
  171.     saveAllMenuCell;
  172.     pocketBookCell;
  173.     };
  174.     SUPERCLASS = Object;
  175. };
  176. Address = {
  177.     SUPERCLASS = Object;
  178. };
  179. Person = {
  180.     SUPERCLASS = Object;
  181. };
  182. Dialer = {
  183.     SUPERCLASS = Object;
  184. };
  185. PanelController = {
  186.     ACTIONS = {
  187.     wakeUp:;
  188.     orderFront:;
  189.     windowDidResize:;
  190.     windowWillClose:;
  191.     windowDidMove:;
  192.     };
  193.     OUTLETS = {
  194.     panel;
  195.     document;
  196.     };
  197.     SUPERCLASS = Object;
  198. };
  199. Registration = {
  200.     SUPERCLASS = Object;
  201. };
  202. Email = {
  203.     SUPERCLASS = Object;
  204. };
  205.